From 1b230324ba5e0755d8c59c589f5cab34db9f6976 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 20 Jul 2018 15:01:29 +0200 Subject: [PATCH] ci: add hicolor-icon-theme to the docker image The tests complain about it, not sure if this helps. --- .gitlab-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 32fa7e7c62..f5e6f22513 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -1,6 +1,7 @@ FROM fedora:28 RUN dnf -y install \ + hicolor-icon-theme \ adwaita-icon-theme \ atk-devel \ at-spi2-atk-devel \ -- 2.30.2